USB Cable Drivers 2.08.30 - Revision Comments 

USB Cable drivers provide VCP functionality through a single driver package on PCs running the following Windows operating systems:
   Windows 8
   Windows 8 x64
   Windows Server 2008 R2
   Windows 7
   Windows 7 x64
   Windows Server 2008
   Windows Server 2008 x64
   Windows Vista
   Windows Vista x64 
   Windows Server 2003
   Windows Server 2003 x64
   Windows XP
   Windows XP x64

Release version

2.08.30 (July 29, 2013)
   Fixed bug that prevented remote wakeup for composite devices.
   Fixed bug causing wrong number of bytes written to be reported after a timeout.
   Fixed bug in VCP XON/XOFF flow control.
   Fixed problem connecting multiple devices to EUSB adapter.

2.08.28 (February 13, 2013)
   Fixed bug on close port for .NET Framework applications.
   Fixed problem on close port that caused some hubs to fail.

2.08.26 (November 30, 2012)
   Support for Windows 8.
   Performance improvements on open and close port.
   Fixed problem where COM port became unavailable after D2XX port access.
   Fixed synchronisation issue that could lead to data loss.

2.08.24 (April 25, 2012)
   EEPROM fix for FT-X.
   Includes fixes from v2.08.14 onwards.

2.08.23 (February 7, 2012)
   Fix for spurious data problem with BM devices.

2.08.21 (January 25, 2012)
   Fix for data loss problem when writing after open port.

2.08.19 (December 14, 2011)
   New EEPROM functions (FT_EEPROM_Read, FT_EEPROM_Program) with simplified structures V 1 per device type.
   Fix for potential data integrity issue relating to read timeouts.
   Synchronise cancelling wait wake IRP to avoid potential BSOD on surprise removal, particularly via hubs.
   Fix for potential BSOD on surprise removal when using Ethernet USB hosts.
   Improvements to remote wakeup and power management functionality.
   Resolved issue which could cause opening port to be slow.
   Improved reliability when plugging/unplugging other USB devices.

2.08.17 (August 25, 2011)
   Resolved VCP timeout issue.
   Corrected definitions of TXLED and RXLED for FT232H.
   Fixed issue with static D2XX library.
   Resolved issue with FT_ListDevices when a port is open in another process.
   Fix for potentially purging valid data after calling FT_Purge.
   Improved speed of FT_Close and FT_CreateDeviceInfoList.
   Fixed potential issue regarding repeated remote wakeup requests.
   Fix for VCP requesting high baud rates for FT232H devices.
   Fix for possible BSOD when application closed after surprise removal.
 
2.08.14 (March 16, 2011)
   Resolved potential lock-up or BSOD when buffers are full.

2.08.12 (February 28, 2011)
   Added support for FT232H devices.
   Resolved memory leak when D2XX only.
   Fixed thread synchronisation issue which could cause application deadlock.
   Fix to enable automatic hardware flow control if flow control is set after manually toggling RTS or DTR.
   Resolved potential lock-up issue on surprise removal.
   Resolved VCP open port hang on resume issue.
   Resolved potential BSOD on surprise removal.
   Fixed increasing COM port assignment issue when upgrading driver.
   COM port now accessible without unplug/replug after changing COM port number in advanced property page.

2.08.08 (November 16, 2010)
   Fix power hang on COM port write timeout.
   Fix D2XX write timeout always returning 0 bytes written.
   Added new function FT_GetQueueStatusEx V returns unclipped number of bytes available to read.
   Corrected use of extended sub-integer baud rate divisors for some devices.
   Resolved issue where reads could fail to timeout resulting in FT_IO_ERROR.
   Fixed issue when resuming an open D2XX port with data transferring. 
   Removed detection of error when application requests RTS_CONTROL_TOGGLE handshaking.

2.08.02 (August 11, 2010)
   Improved read performance, particularly for faster interface modes such as the FT2232H single channel synchronous FIFO mode.
   Updated co-installer now allows specifying the index that COM port allocation should begin at.
   Detect error when application requests RTS_CONTROL_TOGGLE handshaking since this is not supported in hardware.
   Corrected error when setting baud rates for hi-speed devices.
   Fixed bug which caused FT_GetCOMPortNumber to fail.
   Added more languages to FTLang:
      Portuguese
   Fixed issue where Rx character events could stop being signalled.
   Resolved issue where location IDs were not returned for hosts above index 10.  

2.06.02 (March 31, 2010)
   Fix power management issues on Vista and Windows 7.
   Resolved issue with resuming an open COM port when returning from suspend.
   Resolved data loss issue when resizing buffers with hi-speed devices.

2.06.00 (October 22, 2009)
   Corrected buffer optimisation for hi-speed devices.
   Fix BSOD when terminating application with full buffers after disconnect.
   Prevent data being written to hi-speed chips until baud rate has stabilised.
   Fix XOn/XOff issue.
   Fix BSOD when connecting an FT232R/FT245R with endpoint size of 0.
   Fix possible BSOD when opening hi-speed device with full buffers.
   Added ability to alias hi-speed baud rates up to 12Mbaud.
   Added more languages to FTLang:
      Dutch
   Corrected positioning of controls on property page for some display settings.
   FTLang will now detect current user interface language rather than Windows system language.

2.04.16 (February 17, 2009)
   Fix power management issue.
   Additional protection in serial driver.